home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-1.iso / Files / Educ / Higher Ed / G-M / MacPhaseExtras.sit / MacPhase Extras / MacPhase Macro Help.rsrc / TEXT_148_repeat.txt < prev    next >
Encoding:
Text File  |  1994-07-30  |  168 b   |  7 lines

  1. procedure Repeat;
  2. ... statements
  3. until(b1 : boolean[; op : symbol; b2 : boolean...]);
  4.  
  5. Repeats until the boolean or boolean expression is TRUE.
  6.  
  7. Also see:  Until  For